Skip to content

Commit

Permalink
change deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mantesso committed Jun 14, 2024
1 parent e1e8cfa commit 8e17156
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --dockerfile Dockerfile.node # using the Dockerfile.node here because deployment on Fly did not work with nginx image
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fly.toml app configuration file generated for odin-battleship on 2024-06-14T14:22:41+02:00
# fly.toml app configuration file generated for odin-battleship on 2024-06-14T17:00:42+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
Expand Down
110 changes: 110 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@flydotio/dockerfile": "^0.5.7",
"css-loader": "^6.10.0",
"jest": "^29.7.0",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"postcss-preset-env": "^9.3.0",
"style-loader": "^3.3.4",
"tailwindcss": "3.4.1",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.0",
"tailwindcss": "3.4.1"
"webpack-dev-server": "^5.0.0"
}
}

0 comments on commit 8e17156

Please sign in to comment.