Skip to content

Commit 1fdafb7

Browse files
authored
Update production.yml
1 parent 94d4ec4 commit 1fdafb7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/production.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ jobs:
2626

2727
# Steps represent a sequence of conversion that will be executed as part of the job
2828
steps:
29+
# Free up disk space
30+
- name: Free Disk Space
31+
run: |
32+
sudo rm -rf /usr/share/dotnet
33+
sudo rm -rf /opt/ghc
34+
sudo rm -rf /usr/local/share/boost
35+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
36+
sudo apt-get clean
37+
df -h
38+
2939
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3040
- name: Checkout
3141
uses: actions/checkout@v2
@@ -79,4 +89,4 @@ jobs:
7989
PATHS: /conversion/*
8090
AWS_REGION: 'us-west-2'
8191
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
82-
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}
92+
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}

0 commit comments

Comments
 (0)