Skip to content

Commit a563f44

Browse files
pyphiliakim
andauthored
ci: change app id to vars, remove deploy stage workflow (#365)
Co-authored-by: kim <kim.phanhoang@epfl.ch>
1 parent afa9012 commit a563f44

File tree

2 files changed

+1
-56
lines changed

2 files changed

+1
-56
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
# Replace input build-folder or version if needed
4848
build-folder: 'build'
49-
graasp-app-id: ${{ secrets.APP_ID }}
49+
graasp-app-id: ${{ vars.APP_ID }}
5050
version: 'latest'
5151
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_PROD }}
5252
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }}

.github/workflows/deploy-stage.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)