We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5c910 commit 5f3b441Copy full SHA for 5f3b441
.github/workflows/deploy-production.yml
@@ -69,9 +69,6 @@ jobs:
69
- name: Clean up node_modules
70
run: rm -rf node_modules
71
72
- - name: Clean up workspace
73
- run: sudo rm -rf /home/runner/work/* /home/runner/_work/* /tmp/*
74
-
75
- name: Configure AWS credentials from Production account
76
uses: aws-actions/configure-aws-credentials@v4
77
with:
.github/workflows/deploy-staging.yml
@@ -68,9 +68,6 @@ jobs:
68
- name: Configure AWS credentials from Staging account
0 commit comments