Skip to content

Commit

Permalink
Remove changing release version step temporarly (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sertaç Karahoda authored Sep 11, 2020
1 parent 7d4f94f commit f2648be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ jobs:
- name: Change latest release
run: aws s3 cp $S3_PATH/$TARBALL $S3_PATH/microsoft-teams-app-dev-latest.tar.gz

# - name: Change the release version
# run: aws opsworks --region $AWS_REGION update-app --app-id $AWS_APP_ID --environment Key=NEXT_PUBLIC_VERSION,Value=0.0.0-${GITHUB_SHA},Secure=false

- name: Deploy
run: >
aws opsworks --region $AWS_REGION create-deployment --stack-id $AWS_STACK_ID --layer-ids $AWS_LAYER_ID --app-id $AWS_APP_ID --command "{\"Name\":\"deploy\"}" --custom-json "{\"zeplin\": {\"app_shortname\":\"zeplin_microsoft_teams_app\"}}"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ jobs:
- name: Change latest release
run: aws s3 cp $S3_PATH/$TARBALL $S3_PATH/microsoft-teams-app-prod-latest.tar.gz

# - name: Change the release version
# run: aws opsworks --region $AWS_REGION update-app --app-id $AWS_APP_ID --environment Key=NEXT_PUBLIC_VERSION,Value=${GITHUB_REF#refs/tags/v},Secure=false

- name: Deploy
run: >
aws opsworks --region $AWS_REGION create-deployment --stack-id $AWS_STACK_ID --layer-ids $AWS_LAYER_ID --app-id $AWS_APP_ID --command "{\"Name\":\"deploy\"}" --custom-json "{\"zeplin\": {\"app_shortname\":\"zeplin_microsoft_teams_app\"}}"
Expand Down

0 comments on commit f2648be

Please sign in to comment.