We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0e0ff commit 3c2bccbCopy full SHA for 3c2bccb
1 file changed
.github/workflows/deploy-stage.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Compress build
45
run: |
46
cd nextjs-autospace
47
- tar -czf frontend.tar.gz .next public next.config.js package.json
+ tar -czf frontend.tar.gz .next public package.json
48
49
- name: Upload to EC2
50
0 commit comments