Skip to content

Commit

Permalink
fix: env file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtrazy committed Aug 7, 2024
1 parent 7022f72 commit 422b488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ jobs:
envkey_VITE_UPLOAD_URL: ${{ secrets.UPLOAD_URL }}
envkey_COOKIE_PROTOCOL: 'https:'
file_name: .env
directory: dist
- name: Upload artifact
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
source: './dist, .env'
source: './dist'
target: '/var/www/lafresca-frontend/html'
rm: true

0 comments on commit 422b488

Please sign in to comment.