Skip to content

Commit

Permalink
11.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed May 9, 2024
1 parent 81aaf16 commit 751879d
Show file tree
Hide file tree
Showing 4 changed files with 297 additions and 285 deletions.
25 changes: 16 additions & 9 deletions .github/workflows/flyio.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name: Deploy to fly.io
on: [push]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4

- name: node 20
uses: actions/setup-node@v4
with:
node-version: 20

- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html lang="fr">
<head>
<title>Starter Kit Focus v4 - 11.17.0</title>
<title>Starter Kit Focus v4 - 11.17.3</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down
Loading

0 comments on commit 751879d

Please sign in to comment.